home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / utility / 95 / pascal / test1.pas < prev    next >
Encoding:
Pascal/Delphi Source File  |  1987-01-15  |  231 b   |  13 lines

  1. əPROGRAM Test1;
  2. {$U+       Copyright (C), 1985 by Lyle Faurot.  All rights reserved.
  3.  
  4.   This program is a test jig where you can try out new statements.
  5. }
  6.  
  7. VAR
  8.   I,J,K,Temp  : Integer;
  9.   A,B,C       : Char;
  10.  
  11. BEGIN
  12.  
  13. END.